.index_banner{
	width: 100%;
	height: 3630px;
	overflow: hidden;
	position: relative;
}
.banner_imgLeft{
	width: 55%;
	height: 630px;
	background: url(../img/index_banner1.png) no-repeat right center;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
@media only screen and (min-width:1921px ) {
	.banner_imgLeft{
		background-size: 100%;
	}
}
.banner_imgLeft img{
	display: none;
}
.banner_imgRight{
	width: 70%;
	height: 630px;
	background-color: #0963b0;
	overflow: hidden;
	position: fixed;
	right: 0;
}
.banner_text{
	width: 770px;
	color: #FFFFFF;
	float: right;
	position: relative;
	top: 200px;
	right: 50px;
	font-size: 15px;
}
.banner_text h1{
	font-size: 36px;
	margin-bottom: 10px;
}
.banner_bz{
	width: 100%;
	height: 630px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #FFFFFF;
	z-index: 10;
}
.banner_bz img{
	width: 385px;
	float: right;
	margin-right: 20%;
	margin-top: 200px;
}
.index_content{
	width: 100%;
	overflow: hidden;
	position: fixed;
	z-index: 200;
	left: 0;
	top: 600px;
}
.index_bz{
	width: 100%;
	overflow: hidden;
	padding:80px 10%;
	background-color: rgb(242,242,242);
}
.index_bz h1{
	color: #5a676f;
	margin-bottom: 30px;
}
.index_bz ul{
	width: 100%;
	height: auto;
}
.index_bz ul li{
	width: 200px;
	float: left;
	height: auto;
	margin-right: 50px;
}
.index_bz ul li a{
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	transition: all 0.5s;
}
.index_bz ul li a:hover{
	box-shadow: 6px 6px 20px rgba(0,0,0,0.4);
}
.index_bz ul li h3{
	width: 100%;
	padding: 15px 20px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #004bb1;
}
.index_bz ul li img{
	width: 100%;
}
@media only screen and (max-width:991px ) {
	.index_banner{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}
	.banner_imgLeft{
		width: 100%;
		height:auto;
		background: url(../img/index_banner1.png) no-repeat left center;
		overflow: hidden;
		position: relative;
	}
	.banner_imgRight{
		display: none;
	}
	.index_content{
		position: relative;
		top: 0px;
	}
	.index_bz{
		padding:80px 15px;
	}
	.index_bz ul li{
		width: 200px;
		margin-right: 45px;
	}
	.banner_imgLeft img:nth-of-type(2){
		width: 100%;
		display: inline-block;
	}
}
@media only screen and (max-width:767px ) {
	.index_bz{
		padding:30px 15px;
	}
	.index_bz h1{
		font-size: 24px;
	}
	.index_content{
		position: relative;
		top: 0px;
	}
	.index_bz ul li{
		width: 200px;
		margin: 0 auto 30px;
		float: none;
	}
	.index_bz ul li:last-of-type{
		margin-bottom: 0;
	}
	.banner_imgLeft{
		width: 100%;
		height: auto;
		background: url(../img/index_banner1.png) no-repeat left center;
		background-size: 100%;
		overflow: hidden;
	}
}
@media only screen and (min-width:992px ) {
	.banner_text{
		width: 450px;
	}
}
@media only screen and (min-width:1200px ) {
	.banner_text{
		width: 770px;
	}
}
/*企业新闻*/
.index_video{
	width: 100%;
	height: 800px;
	overflow: hidden;
	position: relative;
}
.index_video video{
	width: 3000px;
}
.index_video .index_news{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 120px;
}
.index_news .container{
	height: auto;
}
.index_news li:nth-of-type(1){
	padding-right: 30px;
}
.index_news li:nth-of-type(2){
	padding-left: 30px;
}
.index_news h1{
	color: #FFFFFF;
	margin-bottom: 20px;
}
.news_box{
	display: block;
	width: 100%;
	height: 88px;
	overflow: hidden;
	margin-bottom: 2px;
	cursor: pointer;
}
.news_time{
	width: 88px;
	height: 100%;
	float: left;
}
.news_text{
	width: calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	height: 100%;
	float: right;
	background-color: #0963b0;
	color: #FFFFFF;
	padding: 15px;
}
.news_text p{
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.tech_text{
	background-color: #5a676f;
}
.news_text h4{
	font-size: 18px;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.time_month{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #0963b0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
}
.tech_month{
	background-color: #5a676f;
}
.time_day{
	width: 100%;
	height: 48px;
	text-align: center;
	background-color: #FFFFFF;
	color: #0963b0;
	line-height: 48px;
	font-size: 18px;
	font-weight: bold;
}
.tech_day{
	color: #5a676f;
}
.index_news ul li a.more{
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: underline !important;
	float: right;
	margin-top: 5px;
}
@media only screen and (max-width:991px ) {
	.index_video{
		height: 1200px;
		overflow: hidden;
		position: relative;
		background: url(../img/videoBg.jpg) no-repeat center center;
		background-size: auto 100%;
	}
	.index_video video{
		display: none;
	}
	.index_news li:nth-of-type(1){
		padding:0 80px;
		margin-bottom: 50px;
	}
	.index_news li:nth-of-type(2){
		padding:0 80px;
	}
	.index_news h1{
		font-size: 24px;
	}
}
@media only screen and (max-width:767px ) {
	.index_news li:nth-of-type(1){
		padding:0 15px;
		margin-bottom: 50px;
	}
	.index_news li:nth-of-type(2){
		padding:0 15px;
	}
}
@media only screen and (min-width:992px ) {
	
}
@media only screen and (min-width:1200px ) {
	
}
/*联系我们*/
.index_contact{
	width: 100%;
	height: 450px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.index_map{
	height: 100%;
	overflow: hidden;
}
.contact_text{
	height: 100%;
	overflow: hidden;
	padding: 100px 60px;
	color: #5a676f;
	font-size: 15px;
}
.contact_text h1{
	font-size: 36px;
	margin-bottom: 10px;
	color: #5a676f;
}
.footer_fourImg{
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
	display: none;
}
.footer_fourImg img{
	width: 50px;
	margin-right: 10px;
}
@media only screen and (max-width:991px ) {
	.index_contact{
		height: auto;
	}
	.index_map{
		display: none;
	}
	.footer_fourImg{
		display: block;
	}
	.contact_text{
		height: 80%;
		overflow: hidden;
		padding: 60px;
		color: #5a676f;
		font-size: 15px;
	}
}
@media only screen and (max-width:767px ) {
	.contact_text h1{
		font-size: 24px;
	}
	.contact_text{
		padding: 40px 20px;
	}
	.footer_fourImg img{
		width: 35px;
	}
}
